negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent
Class BidWrapper

java.lang.Object
  extended by negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.BidWrapper

public class BidWrapper
extends java.lang.Object


Nested Class Summary
 class BidWrapper.OpponentUtilityComperator
           
 class BidWrapper.OurUtilityComperator
           
 
Field Summary
 Bid bid
           
 int lastSentBid
           
 double ourUtility
           
 boolean sentByThem
           
 boolean sentByUs
           
 double theirUtility
           
 double theirUtilityReliability
           
 
Constructor Summary
BidWrapper(Bid bid, UtilitySpace space, double maxUtil)
           
 
Method Summary
 boolean equals(BidWrapper o)
           
 boolean equals(java.lang.Object obj)
           
 void update(ValueModeler model)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sentByUs

public boolean sentByUs

sentByThem

public boolean sentByThem

lastSentBid

public int lastSentBid

ourUtility

public double ourUtility

theirUtility

public double theirUtility

theirUtilityReliability

public double theirUtilityReliability

bid

public Bid bid
Constructor Detail

BidWrapper

public BidWrapper(Bid bid,
                  UtilitySpace space,
                  double maxUtil)
Method Detail

update

public void update(ValueModeler model)

equals

public boolean equals(BidWrapper o)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object